home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Shareware World
/
Comms & Internet
/
Snak 2.0.1
/
Scripts
/
list
< prev
next >
Wrap
Text File
|
1998-06-25
|
251b
|
15 lines
# Kent Sorensen 06/25/98 : this file is from the standard distribution of ircII
# showlist <list of items>
alias showlist {
@ sl.cnt = 0
while (sl.wrd = [$($sl.cnt)])
{
echo $sl.wrd
@sl.cnt = sl.cnt + 1
}
^assign -sl.cnt
^assign -sl.wrd
}